home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 11 / Mac Magazin and MacEasy Magazine CD - Issue 11.iso / Sharewarebibliothek / Entwickler / nShell-Pro / bin / df / df.rsrc / TEXT_16000_man general.txt < prev    next >
Text File  |  1994-11-27  |  567b  |  22 lines

  1.  
  2. NAME
  3.  
  4. df - report free disk space on volumes
  5.  
  6. SYNOPSIS
  7.  
  8. df [volume_name...]
  9.  
  10. DESCRIPTION
  11.  
  12. This command displays the size of currently mounted volumes, the amount of used and available space, and how much of the volume's total capacity have been used.  When no arguments are given, df reports on all mounted volumes, producing something like this:
  13.  
  14. filesystem                    kbytes     used    avail capacity
  15. new boy                       157940    91298    66642  57%
  16. dog boy                       156917   105357    51560  67%
  17.  
  18. RETURN CODES
  19.  
  20. <0    Error
  21. 0    Success
  22.